/*کامنت محصول*/
*{
	outline:none!important;
}
/*دکمه کامنت*/
.submit{
	background-color:#043ccc!important;
	color:white!important;
	border-radius:10px!important;
	padding:10px 30px!important
}
/*فیلد کامنت*/
.comment-form input , .comment-form textarea{
	border:none;
	background-color:#e1dde7;
	border-radius:10px
}
.comment-form-cookies-consent{
	display:none;
}
.comment-text {
    border: none!important;
    background-color: #e3ffc7;
    border-radius: 10px!important;
margin-right:10px!important
}
/*تصویر کاربر*/
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
    width: 40px;
    top: 20px;
    right: -40px;
}
/*کامنت ریپلای*/
.children .comment-text{
	background-color:#ffc2c2
}